home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PCNet 1998 May
/
PCnet Mayıs 1998.iso
/
Multimed
/
Program
/
A_Trial.exe
/
data.z
/
JMxLoadStatus.class
(
.txt
)
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Java Class File
|
1997-12-04
|
519 b
|
14 lines
interface JMxLoadStatus {
int MX_MEDIA_LOADING = 1;
int MX_MEDIA_ABORTED = 2;
int MX_MEDIA_ERRORED = 4;
int MX_MEDIA_COMPLETE = 8;
int MX_MEDIA_DONE = 14;
int MX_NONE_DONE = 0;
int MX_IMAGE_DONE = 1;
int MX_INIT = 0;
int MX_LOAD = 1;
int MX_PAUSE = 2;
int MX_QUIT = 4;
}